home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1994 September
/
macformat-004.iso
/
Shareware City
/
Utilities
/
gdbm-1.7.3
/
source
/
gdbm.proto2
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-21
|
255 b
|
18 lines
|
[
TEXT/ttxt
]
/* extra prototypes */
/* GDBM C++ support */
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif
extern const char *gdbm_strerror GDBM_Proto((
gdbm_error error
));
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif
#endif